ServiceCancelMeetingRequest Method (IListRemoveItem) |
Cancels meetings.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CancelMeetingRequest(
IList<RemoveItem> removeItems
)
Public Function CancelMeetingRequest (
removeItems As IList(Of RemoveItem)
) As IList(Of ItemInfoResponse)
Parameters
- removeItems
- Type: System.Collections.GenericIListRemoveItem
The remove items.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also